; * lisp/which-key.el (which-key-idle-delay): Fix package-version.
authorEli Zaretskii <eliz@gnu.org>
Thu, 27 Mar 2025 11:49:10 +0000 (13:49 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 27 Mar 2025 11:49:10 +0000 (13:49 +0200)
lisp/which-key.el

index 6ae8dcbb1f0a26fb69953ca76abbc53d0d27b223..25349ca91be78173a5eb62f9907b3b48ed8017fb 100644 (file)
@@ -62,7 +62,7 @@ A value of zero might lead to issues, so a non-zero value is
 recommended
 (see https://github.com/justbur/emacs-which-key/issues/134)."
   :type 'float
-  :package-version "1.0" :version "30.1")
+  :package-version '(which-key "1.0") :version "30.1")
 
 (defcustom which-key-idle-secondary-delay nil
   "Seconds to wait for which-key to pop up after initial display.